.Calendarpage .modal {
    z-index: 1062;
}

.Calendarpage .leftpanel {
    background-color: #f7f3fe;
    font-family: "Open Sans", sans-serif;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    flex: 0 0 250px;
    max-width: 60px;
    position: relative;
    width: 100%;
    padding: 0 14px;
    z-index: 100;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 60px;
    transition: width 300ms cubic-bezier(0.2, 0, 0, 1) 0s;
}
.Calendarpage .leftpanel:hover {
    background-color: #f7f3fe;
    font-family: "Open Sans", sans-serif;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    flex: 0 0 250px;
    max-width: 250px;
    position: relative;
    width: 100%;
    padding: 0 15px;

    height: 100vh;
    position: fixed;
    left: 0;
    top: 60px;
    transition: width 300ms cubic-bezier(0.2, 0, 0, 1) 0s;
}


.Calendarpage .leftpanel.active {
    margin-left: -209px;
}
.Calendarpage .leftpanel.active select,
.Calendarpage .leftpanel.active span,
.Calendarpage .leftpanel.active .body,
.Calendarpage .leftpanel.active .head .navBtn .fa-angle-left {
    display: none;
}
.Calendarpage .leftpanel.active .head .navBtn .fa-angle-right {
    display: block;
}
.Calendarpage .rightpanel {
    padding: 0;
    font-family: "Open Sans", sans-serif;

    position: absolute;
    left: 60px;
    top: 60px;
    max-width: calc(100% - 60px);
    min-width: calc(100% - 60px);
    transition: all 0.3s;
    height: calc(100vh - 60px);
    overflow: hidden;
}
.Calendarpage .rightpanel.active {
    left: 41px;
    max-width: calc(100% - 41px);
    min-width: calc(100% - 41px);
}
.Calendarpage .rightpanel .body {
    display: flex;
    flex-direction: column;
}
.Calendarpage .rightpanel .avilablityIndicator {
    display: none;
}
.Calendarpage .rightpanel .avilablityIndicator ul {
    padding: 0;
    float: right;
    margin: 0 5px 10px 0;
}
.Calendarpage .rightpanel .avilablityIndicator ul li {
    float: left;
    padding: 0 5px;
    font-size: 12px;
}
.Calendarpage .rightpanel .avilablityIndicator ul li span {
    padding: 2px 4px;
    color: #fff;
    border-radius: 3px;
    font-weight: 600;
    margin: 0 3px 0 0;
}
.Calendarpage .rightpanel .avilablityIndicator ul li .early {
    background-color: #a7d0eb;
}
.Calendarpage .rightpanel .avilablityIndicator ul li .late {
    background-color: #f8d300;
}
.Calendarpage .rightpanel .avilablityIndicator ul li .night {
    background-color: #627a8c;
}
.Calendarpage .rightpanel .avilablityIndicator ul li .unavailable {
    background-color: #ff4400;
}
.Calendarpage .rightpanel .avilablityIndicator ul li .longDay {
    background-color: #1ab2f8;
}
.Calendarpage .rightpanel .avilablityIndicator ul li .dynamic {
  background-color: #00b8d4;
}
.Calendarpage .rightpanel .avilablityIndicator ul li .notes {
    color: #211e1e;
}
/* .leftpanel .head {
    display: table;
    width: 100%;
    min-height: 30px;
} */
.leftpanel .head {
    display: table;
    width: 100%;
    min-height: 30px;
    background-color: #eaeef2;
    padding: 5px 7px;
    border-radius: 6px;
    display: flex;
    margin-top: 13px;
    align-items: center;
    min-height:35px
}
.leftpanel .head .navBtn .fa-angle-right {
    display: none;
}
/* .leftpanel .head .navBtn {
    position: absolute;
    top: 8px;
    right: 0;
    color: #3685ca;
    font-size: 30px;
    width: auto;
} */
.leftpanel .head .navBtn {
    position: absolute;
    top: -4px;
    right: 0;
    color: #3685ca;
    font-size: 30px;
    width: auto;
    left: 7px
}
.leftpanel .head .fa {
    font-size: 20px;
    color: #6a6a7a;
}
.leftpanel h2 {
    /* background-color: #f7f3fe; */
    font-family: "Open Sans", sans-serif;
    margin: 0;
    font-size: 20px;
    margin-left: 13px;
    color: #6a6a7a;

}
.leftpanel h2 {
    display: none;
}
.leftpanel:hover h2 {
    display: block;
}

.leftpanel select {
    background-color: transparent;
    border: none;
    width: 80%;
    display: table;
    float: right;
    font-size: 13px;
    /* background-image: url("../images/dropdown.png"); */
}
.leftpanel .saveview {
    display: table;
    clear: both;
    color: #3685ca;
    float: right;
    font-size: 13px;
    cursor: pointer;
}
.leftpanel .body {
    padding: 20px 0 0 0;
}
.leftpanel .body ul li {
    background: transparent;
    padding: 6px 0;
}
.leftpanel .body .list-group-flush:first-child .list-group-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.leftpanel .body ul li select {
    width: 100%;
}

.leftfilter .card .shiftstatus .btn-group {
    /* width: calc(100% - 12px); */
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}
.leftfilter .card .shiftstatus .btn-group button {
    background-color: #ffffff;
    font-size: 13px;
    margin: 0;
    width: auto;
}
.leftfilter .card .shiftstatus .btn-group button:nth-child(1) {
    border-right: 2px solid rgba(0, 0, 0, 0.25);
}
.leftfilter .card .shiftstatus {
    border: none;
    padding: 15px 15px 15px !important;
}
.leftpanel .body .addfilter {
    margin: 50px 0;
}
.leftpanel .body .addfilter button {
    color: #3685ca;
    font-size: 14px;
    margin: 0 auto;
    display: block;
}
.leftpanel .body .addfilter button:focus,
.leftpanel .body ul li.shiftstatus .btn-group button:focus,
.rightpanel .head .datefilter .datefilternav button,
.leftpanel select:focus,
.rightpanel .head .datefilter select:focus,
#calendardates .leftside select,
#calendardates .searchpeople input,
.rightpanel .head .datefilter .publishandsend button:focus,
#userevents .leftside li .action button,
.leftpanel .head .navBtn,
#userevents .rightside .calendar .sheduledetails .newsheduleicon button {
    box-shadow: none;
}

.rightpanel .head {
    padding: 13px 10px 13px;
    display: flex;
    flex-direction: row;
    margin: 0;
    background: #f2f5f76e;
}
.rightpanel .head .displaydate {
    display: flex;
    flex-direction: row;
    color: #6a6a7a;
    font-size: 20px;
    margin: 0 25px 0 0;
    align-items: baseline;
    background: #eaeef2;
    border-radius: 5px;
    padding: 0 10px;
}
.rightpanel .head .displaydate p {
    margin: 0;
    line-height: 35px;
}
.rightpanel .head .displaydate .weeks {
    font-size: 16px;
}
.rightpanel .head .datefilter {
    display: flex;
    flex-direction: row;
}
.rightpanel .head .datefilter select {
    color: #3685ca;
    font-size: 12px;
    background-color: transparent;
    width: 150px;
    background-image: url("../images/dropdown.png");
    border: 1px solid #d8d8d8;
}
.rightpanel .head .datefilter .datefilternav {
    padding: 0 15px;
    display: flex;
    flex-direction: row;
}
.rightpanel .head .datefilter .datefilternav .calendar-picker input {
    position: absolute;
    padding: 10px 15px;
}
.rightpanel .head .datefilter .datefilternav .calendar-picker {
    padding: 3px 15px 0;
    position: relative;
}
.rightpanel .head .datefilter .datefilternav .calendar-picker a {
    font-size: 20px;
    color: #6a6a7a;
}

.rightpanel .head .datefilter .datefilternav button {
    padding: 0px 10px;
    font-size: 20px;
    margin: 0 2px;
    color: #3685ca;
    width: auto;
}
.rightpanel .head .datefilter .publishandsend {
    position: absolute;
    right: 20px;
}
.rightpanel .head .datefilter .publishandsend button {
    /* background-color: #c93947; */
    font-size: 12px;
    color: #fff;
}
.rightpanel .head .datefilter .publishandsend button i {
    float: right;
    padding: 3px 0 0 10px;
}
.copy-btn{
    border: none;
    background: rgba(222, 221, 221, 0.38);
    border-radius: 8px;
    margin-right: 10px;
    min-height: 35px;
    min-width: 35px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copy-btn .fa{
    color: #2085FB;
    font-size: 18px;
    padding: 0 !important;
}
.rightpanel .head .datefilter .datefilternav button.calendaricon {
    color: #6a6a7a;
}
.rightpanel .head .datefilter .datefilternav button.todaybtn {
    border: 1px solid #4caf50;
    font-size: 12px;
    padding: 6px 15px;
    color: #ffffff;
    background-color: #4caf50;
}
.splitter {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 122px);
    overflow: hidden;
}
.publishandsendmodal {
    background: #fff;
    border: #e2e5e6 solid 1px;
    width: 400px;
    height: auto;
    padding: 5px;
    display: none;
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 99;
    border-radius: 10px;
}
.publishandsendmodal .arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e2e5e6;
    position: absolute;
    top: -10px;
    right: 30px;
}
#separators {
    /* prevent browser's built-in drag from interfering */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex: 0 0 auto;
    height: 17px;
    cursor: row-resize;
    display: flex;
}
#separators p {
    margin: 0 auto;
    display: table;
    line-height: 7px;
    font-size: 20px;
    font-weight: bold;
}
#separators .assigneshifts {
    padding: 0 20px 4px;
    color: #0168fa;
    font-family: "IBM Plex Sans", sans-serif;
}
#calendardates {
    flex: 0 0 auto;
    height: 150px;
    width: 100%;
    white-space: nowrap;
    background: #e6e2ea;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-left: none;
    border-right: none;
    /* overflow: hidden; */
    display: flex;
    /* background: #eaeef2; */
    /* background-color: #f2f5f7; */
    background-color: rgba(1, 104, 249, 0.1);
}

#userevents {
    flex: 1 1 auto;
    min-height: 200px;
    background: #eee;
    background: #f2f5f7;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-left: none;
    border-right: none;
    overflow-y: auto;
    /* padding-bottom: 155px; */
}

#userevents::-webkit-scrollbar {
    width: 5px;
    display: block;
}
#userevents::-webkit-scrollbar-track {
    width: 5px;
    background: #8080804a;
}

#userevents::-webkit-scrollbar-thumb {
    background-color: #0168fa;
}
#userevents .rightside .calendar .shedulesection::-webkit-scrollbar {
    width: 0px;
}

#userevents .rightside .calendar .shedulesection::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}


#userevents .rightside .calendar .shedulesection::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
#calendardates .leftside {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0;
    background: #fff;
    /* height: 150px; */
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    width: 18%;
    position: relative;
}
#calendardates .vs__dropdown-toggle {
    min-width: 100%!important;
}
#calendardates .leftside .open-shift-header{
    background-color: #e5f0fe;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08)
}
#calendardates .leftside .open-shift-header p{
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 10px;
    color: #6a6a7a;

}
#calendardates .row,
#userevents .row {
    margin: 0;
    width: 100%;
}
#calendardates .leftside select {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0;
    font-size: 13px;
    background-image: url("../images/dropdown.png");
}
#calendardates .searchpeople {
    position: absolute;
    margin: 0 auto;
    /* position: relative; */
    color: #001737;
    font-size: 12px;
    padding: 0 0 0 5px;
    color: #6a6a7a;
    bottom: 0;
    width: 100%;
    background-color: #f2f5f7;
}
#calendardates .searchpeople input {
    border: none;
    border-radius: 0;
    padding: 0 0 0 25px;
    background: transparent;
}
#calendardates .searchpeople input::-webkit-input-placeholder {
    font-size: 12px;
    color: #001737;
}
#calendardates .searchpeople i {
    position: absolute;
    top: 10px;
}
#calendardates .rightside,
#userevents .rightside {
    display: flex;
    flex-direction: row;
    padding: 0;
    width: 82%;
}
#calendardates .rightside .calendar {
    border-right: none;
    width: 100%;
    height: 150px;
}
#calendardates .rightside .calendar .headersec {
    /* width: calc(100% - 5px); */
}

#calendardates .rightside .calendar .headersec,
#calendardates .rightside .calendar .bodysec {
    display: flex;
}
#calendardates .rightside .calendar .headersec{
    overflow-y: auto;
    margin-right: 5px;
}
#calendardates .rightside .calendar .headersec::-webkit-scrollbar {
    width: 5px;
    display: block;
}
#calendardates .rightside .calendar .headersec::-webkit-scrollbar-track {
    width: 5px;
    background: transparent;
}

#calendardates .rightside .calendar .headersec::-webkit-scrollbar-thumb {
    background-color: transparent;
}
#calendardates .rightside .calendar .bodysec {
    height: calc(100% - 41px);
    overflow: auto;
    display: list-item;
}
#calendardates .rightside .calendar .bodysec::-webkit-scrollbar {
    width: 5px;
    display: block;
}
#calendardates .rightside .calendar .bodysec::-webkit-scrollbar-track {
    width: 5px;
    background: #8080804a;
}

#calendardates .rightside .calendar .bodysec::-webkit-scrollbar-thumb {
    background-color: #0168fa;
}
#userevents .rightside .calendar {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    transition: width 0.5s;
    overflow: hidden;
    /* width: 40px; */
}
#userevents .rightside .calendar {
    display: flex !important;
    flex-direction: row;
    width: 100%;
}

#calendardates .rightside .calendar:last-child,
#userevents .rightside .calendar:last-child {
    border-right: 0;
}
#calendardates .rightside .calendar .header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center !important;
    font-size: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    position: relative;
    color: #6a6a7a;
    font-weight: 600;
}
#calendardates .rightside .calendar .addVacancy {
    min-height: 20px;
    border-bottom: 1px solid #0168fa;
    font-size: small;
}
#calendardates .rightside .calendar .addVacancy span {
    color: #0168fa;
    /* font-weight: 600; */
    font-family: "IBM Plex Sans", sans-serif;
    padding: 0 20px;
    display: none;
}
#calendardates .rightside .calendar .header .day {
    /* border-top: 1px solid rgba(0, 0, 0, 0.08); */
    text-transform: uppercase;
    padding: 0 3px;
    min-height: 20px;
    line-height: 20px;
    white-space: initial;
    text-align: center;
}
#calendardates .rightside .calendar .header .newshedule {
    position: absolute;
    right: 2px;
    width: 15px;
    height: 15px;
    background: #6a6a7a;
    border-radius: 50%;
    font-size: 13px;
    color: #6a6a7a;
    top: 2px;
    cursor: pointer;
    right: 5px;
    display: none;
}
#calendardates .rightside .calendar .header .newshedule .mg-l-5 {
    margin-left: 0;
    display: table;
    margin: 0 0 0 3.8px;
    line-height: 11px;
}
#calendardates .rightside .calendar .header .newshedule i.fas.fa-plus {
    color: #fff !important;
    line-height: 15px;
    font-size: 8px;
}
#calendardates .rightside .calendar .header:hover .newshedule {
    display: block;
}

#calendardates .rightside .calendar .calbody,
#userevents .rightside .calendar .calbody {
    padding: 0px 5px;
    height: auto;
}
#calendardates .rightside .calendar .calbody {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    padding: 5px 5px 0;
    float: left;
    min-height: 100%;
    /* height: 109px; */
    /* overflow: auto; */
}
#calendardates .rightside .calendar .calbody .sheduledetails {
    position: relative;
    font-size: 11px;
    padding: 4px 4px;
    margin: 0px 0 5px 0;
    background-color: #ce6d874a;
    color: #ce6d87;
    border-left: 3px solid #ce6d87;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-weight: bold;
}
#calendardates .rightside .calendar .calbody .sheduledetails .actions {
    display: none;
    text-align: center;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: rgb(204, 204, 204);
}
#calendardates .rightside .calendar .calbody .sheduledetails .actions .col {
    width: 33.33%;
    padding: 0 4px;
}
#calendardates
    .rightside
    .calendar
    .calbody
    .sheduledetails
    .actions
    .btn-block {
    background-color: rgba(0, 0, 0, 0.25);
    margin: 4.5px 0;
    padding: 5px 5px;
    border: none;
}
#calendardates .rightside .calendar .calbody .sheduledetails:hover .actions {
    display: block;
}

#calendardates
    .rightside
    .calendar
    .calbody
    .sheduledetails
    .actions
    .drag-handle {
    cursor: -webkit-grab;
}
#calendardates
    .rightside
    .calendar
    .calbody
    .sheduledetails
    .actions
    .overflow-menu-wrapper
    i {
    color: initial;
    font-size: 16px;
}
#calendardates .rightside .calendar .calbody .sheduledetails:hover .count {
    display: none;
}
/* #calendardates .rightside .calendar .calbody .sheduledetails:hover:after {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f044";
    font-size: 16px;
    background-color: #80808073;
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.69);
    text-align: center;
    display: block;
    height: 36px;
    padding-top: 10px;
    line-height: 12px;
    position: absolute;
    top: 0;
    margin: auto 4px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    cursor: pointer;
} */
#calendardates .rightside .calendar .calbody .sheduledetails.green {
    border-left: 3px solid #4ab577;
    background-color: #4ab5774a;
    color: #4ab577;
}
#calendardates .rightside .calendar .calbody .sheduledetails.blue {
    border-left: 3px solid #3e74bd;
    background-color: #3e74bd4a;
    color: #3e74bd;
}
#calendardates .rightside .calendar .calbody .sheduledetails .count {
    position: absolute;
    background-color: #c83947;
    padding: 2px 3px;
    border-radius: 3px;
    top: -3px;
    right: -3px;
    font-size: 10px;
    color: #fff;
    font-weight: normal;
}
#calendardates .rightside .calendar .calbody .sheduledetails .title,
#calendardates .rightside .calendar .calbody .sheduledetails .time {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

#userevents .rightside .calendar .sheduledetails.green {
    /* background: repeating-linear-gradient(
    45deg,
    #4ab577,
    #4ab577 10px,
    #217746cf 10px,
    #217746cf 20px
  ); */
    border-left: 3px solid #4ab577;
    background-color: #4ab5774a;
    color: #4ab577;
}
#userevents .rightside .calendar .sheduledetails.blue {
    /* background: repeating-linear-gradient(
    45deg,
    #3e74bd,
    #3e74bd 10px,
    #195fbf 10px,
    #195fbf 20px
  ); */
    border-left: 3px solid #3e74bd;
    background-color: #3e74bd4a;
    color: #3e74bd;
}
#userevents .rightside .calendar .shedulesection {
    min-height: 52px;
    width: 116px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    padding: 0px 5px;
    flex-direction: column;
    justify-content: center;
    /* overflow-y: scroll; */
    position: relative;
    cursor: pointer;
}
#userevents .rightside .calendar .shedulesection:last-child {
    border-right: 0 !important;
}
#userevents .rightside .calendar .shedulesection .leftdeatils .publishicongreen,
#userevents
    .rightside
    .calendar
    .shedulesection
    .leftdeatils
    .publishiconyellow {
    position: absolute;
    top: 8px;
    right: 1px;
    background: transparent;
    width: 25px;
    text-align: center;
}

#userevents
    .rightside
    .calendar
    .shedulesection
    .leftdeatils
    .publishicongreen
    span,
#userevents
    .rightside
    .calendar
    .shedulesection
    .leftdeatils
    .publishiconyellow
    span {
    width: 20px;
    height: 20px;
    /* background-color: #b0eac6; */
    background-color: #fff;
    border-radius: 50%;
    display: block;
}
#userevents
    .rightside
    .calendar
    .shedulesection
    .leftdeatils
    .publishiconyellow
    span {
    background-color: #fff;
}
#userevents .rightside .calendar .shedulesection .leftdeatils span i {
    color: #0c0c0ca6;
    font-size: 14px;
    line-height: 20px;
}
#userevents .rightside .calendar .shedulesection .leftdeatils:after {
    /* font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f058";
    color:green;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    display: block;
    height: 36px;
    padding-top: 10px;
    padding-right: 0;
    line-height: 12px;
    position: absolute;
    top: 0;
    margin: auto 4px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50; */
}
#userevents .rightside .calendar .shedulesection .addNewshedule {
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.25);
    font-size: 16px;
    height: auto;
    width: auto;
    position: absolute;
    right: 5px;
    left: 5px;
    bottom: 7px;
    top: 7px;
    display: none;
    max-height: 38px;
    margin: auto;
}
#userevents .rightside .calendar .shedulesection .addNewshedule i {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 17px;
}
#userevents .rightside .calendar .shedulesection:hover .sheduledetails {
    width: 70%;
}
#userevents .rightside .calendar .shedulesection:hover .addNewshedule {
    display: block;
}
#userevents
    .rightside
    .calendar
    .shedulesection.hasEvents:hover
    .addNewshedule {
    width: 25%;
    right: 5px;
    left: inherit;
    display: block;
}
#userevents
    .rightside
    .calendar
    .shedulesection.yesavilability:hover
    .addNewshedule {
    width: 25%;
    right: 5px;
    left: inherit;
    display: block;
}
#userevents .rightside .calendar .sheduledetails {
    transition: width 0.2s;
    position: relative;
    /* background: repeating-linear-gradient(
    45deg,
    #ce6d87,
    #ce6d87 10px,
    #d24469 10px,
    #d24469 20px
  ); */
    background-color: #ce6d874a;
    color: #ce6d87;
    border-left: 3px solid #ce6d87;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-weight: bold;
    font-size: 11px;
    padding: 3px 4px;
    margin: 5px 0 5px 0;
    overflow: hidden;
    width: 100%;
    min-height: 20px;
    max-height: 37px;
    /* display: flex; */
}
#userevents
    .rightside
    .calendar
    .sheduledetails:first-child:nth-last-child(n + 2),
#userevents
    .rightside
    .calendar
    .sheduledetails:first-child:nth-last-child(n + 2)
    ~ .sheduledetails {
    /* max-height: 20px; */
}
#userevents .rightside .calendar .sheduledetails .leftdeatils {
    width: 75%;
    transition: all 0.3s;
    max-height: 32px;
}
#userevents .rightside .calendar .userAvilability {
    display: block;
    /* opacity: 0;
  position: absolute;
  right: 0;
  left: -50px;
  transition: all .2s ease-in-out; */
}
#userevents .rightside .calendar .shedulesection:hover .userAvilability {
    /* opacity: 1;
  left: 0; */
}
#userevents .rightside .calendar .userAvilability ul {
    margin: auto;
    float: none;
    display: table;
}
#userevents .rightside .calendar .userAvilability ul li {
    padding: 0 0px;
}
#userevents .rightside .calendar .userAvilability ul li:nth-last-of-type(1) {
    margin: 0 10px 0 0;
}
#userevents .rightside .calendar .userAvilability ul li span {
    margin: 0 1px 0 0;
}
#userevents .rightside .calendar .shedulesection.hasEvents .userAvilability {
    display: none;
}
/* #userevents .rightside .calendar .sheduledetails .newsheduleicon {
  display: flex;
  width: 0px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  right: 10px;
  top: 30%;
} */
/* #userevents .rightside .calendar .sheduledetails .newsheduleicon button {
  padding: 0;
  width: 0px;
  color: #ce6d87;
}
#userevents .rightside .calendar .sheduledetails.blue .newsheduleicon button {
  color: #3e74bd;
}
#userevents .rightside .calendar .sheduledetails.green .newsheduleicon button {
  color: #4ab577;
} */
/* #userevents .rightside .calendar .sheduledetails:hover .leftdeatils {
  width: 80%;
}
#userevents .rightside .calendar .sheduledetails:hover .newsheduleicon {
  width: 20px;
  opacity: 1;
}
#userevents .rightside .calendar .sheduledetails:hover .newsheduleicon button {
  width: 20px;
} */

#userevents .rightside .calendar .sheduledetails .title {
    display: block;
    overflow: hidden;
    white-space: nowrap;
}
#userevents .rightside .calendar .sheduledetails .count {
    display: none;
}
#userevents .leftside {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0;
    font-family: "Open Sans", sans-serif;
    display: flex;
    width: 18%;
}
#userevents .leftside ul {
}
#userevents .leftside .userprofile {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0;
    padding: 7px 12px 7px 20px;
    font-size: 13px;
    margin-bottom: 0;
    width: 100%;
}
#userevents .leftside .userprofile:last-child {
    border: 0;
}
#userevents .leftside .userprofile img {
    border-radius: 50%;
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
    overflow: hidden;
}
#userevents .leftside .userprofile img.bu-profile {
    cursor: pointer;
}
#userevents .leftside .userprofile .media-body {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#userevents .leftside .userprofile .media-body .name {
    cursor: pointer;
}
#userevents .leftside .userprofile .media-body .name:hover {
    text-decoration: underline;
}
#userevents .leftside .userprofile .media-body .username {
    display: block;
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#userevents .leftside .userprofile .media-body .userjobs {
    display: block;
    margin: 0 0 5px 0;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0 !important;
}
#userevents .leftside .userprofile .media-body .hour {
    color: #6a6a7a;
    font-size: 11px;
    background: #eaeef2;
    display: table;
    border-radius: 3px;
    padding: 0 3px;
}
#userevents .leftside .userprofile .action {
    position: relative;
}
#userevents .leftside .userprofile .action button {
    padding: 6px 5px;
    color: #6a6a7a;
}
#userevents .row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.personaldetails {
    background: #fff;
    border-radius: 10px;
    z-index: 99;
    padding: 15px;
    position: absolute;
    top: -5px;
    left: 20px;
    display: none;
    width: 180px;
}
.personaldetails img {
    float: left;
}
.personaldetails .contents {
    min-height: 30px;
}
.personaldetails .arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    position: absolute;
    top: 9px;
    left: -6px;
}
.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    font-size: 10px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    padding: 10px 25px;
    background-color: #fafbfc;
    color: #637388;
    border-top: 1px solid rgba(72, 94, 144, 0.16);
    text-transform: uppercase;
}
.footer a {
    color: #1b2e4b;
}
.navbar-brand .switchuser {
    cursor: pointer;
    color: #183765;
    margin-right: 5px;
    margin-left: 15px;
    margin-top: 7px;
}
.leftfilter .card-header {
    padding: 15px 10px;
}
.leftfilter .card-header h5 {
    font-size: 13px;
}
.leftfilter .card {
    border: 0;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.leftfilter .card .rotate-icon {
    float: right;
    font-size: 14px;
}
.leftfilter .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.leftfilter .card .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.leftfilter .card .card-body {
    padding: 15px 15px 5px;
}
/* Hide the browser's default checkbox */
.leftfilter .card .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.leftfilter .card .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.leftfilter .card .container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.leftfilter .card .container input:checked ~ .checkmark {
    background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.leftfilter .card .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.leftfilter .card .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.leftfilter .card .container .checkmark:after {
    left: 7px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.leftfilter .FilterSection {
    margin: 20px 0 0 0;
}

.leftfilter .FilterSection .filter-item {
    padding: 0 0 5px 0;
}
.leftfilter .FilterSection .vs__dropdown-menu {
    padding: 10px;
}
.leftfilter .FilterSection .vs__dropdown-menu li:hover {
    background: #0168fa;
    color: inherit;
}
.leftfilter .FilterSection .vs__dropdown-menu ul:hover {
    color: inherit;
}
.leftfilter
    .FilterSection
    .vs__dropdown-menu
    li.vs__dropdown-option--highlight {
    color: inherit;
}
.leftfilter .FilterSection .vs__dropdown-menu li {
    border-radius: 4px;
}

.schedule-drop .sch-icon .fa {
    width: 30px;
    height: 30px;
    /* background-color: #00bcd4; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: #fff; */
    margin-right: 10px;
}

.schedule-drop .sch-icon .availability {
    background-color: #ec5c6a;
    color: #fff;
}

.schedule-drop .sch-icon .region {
    background-color: #00bcd4;
    color: #fff;
}

.schedule-drop .sch-icon .job {
    background-color: #25bd68;
    color: #fff;
}

.schedule-drop .sch-icon .client {
    background-color: #00bcd4;
    color: #fff;
}

.schedule-drop .sch-icon .businessunit {
    background-color: #ecc03c;
    color: #fff;
}

.schedule-drop .sch-icon .shift {
    background-color: #f36818;
    color: #fff;
}

.schedule-drop .sch-icon .publish {
    background-color: #4e8ade;
    color: #fff;
}

.schedule-drop .sch-icon .assign {
    background-color: #f379d9;
    color: #fff;
}
.Calendarpage .leftpanel .sch-item {
   display: none;
}
.Calendarpage .leftpanel:hover .sch-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.Calendarpage .leftpanel .leftfilter .filter-item .form-group {
    display: none;
}
.Calendarpage .leftpanel:hover .leftfilter .filter-item .form-group {
    display: block;
}
.sch-item .fa {
    color: #00bcd4;
    font-size: 10px;
}
.hide {
    display: none;
}
.show {
    display: block;
    padding: 0;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0 !important;
}
.leftfilter .filter-item {
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
    padding: 0 0 10px 0;
    cursor: pointer;
}
.leftfilter .filter-item {
    border-bottom:0;
}
.leftfilter .filter-item .form-control:focus {
    box-shadow: none;
}
.leftfilter .filter-item .custom-control {
    padding: 3px 0 0px 1.8rem;
    cursor: pointer;
}
.leftfilter .filter-item .custom-control label {
    cursor: pointer;
}
.leftfilter .filter-item .form-group {
    margin-bottom: 10px;
}
.leftfilter .filter-item .form-group .selectOptions {
    max-height: 155px;
    overflow: auto;
}
.leftfilter .filter-item .form-group .selectOptions::-webkit-scrollbar {
    width: 5px;
    display: block;
}
.leftfilter .filter-item .form-group .selectOptions::-webkit-scrollbar-track {
    width: 5px;
    background: #8080804a;
}

.leftfilter .filter-item .form-group .selectOptions::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}
.leftfilter .filter-item .form-group .selectOptions .custom-control:hover {
    background-color: #eee;
    border-radius: 2px;
}
.leftfilter
    .filter-item
    .form-group
    .custom-checkbox
    .custom-control-label::before {
    border-radius: 2px;
    cursor: pointer;
    box-shadow: none;
}
.leftfilter
    .filter-item
    .form-group
    .custom-checkbox
    .custom-control-label::after {
    cursor: pointer;
}
.leftfilter
    .selectOptions
    .custom-control-input:checked
    ~ .custom-control-label::before {
    border-color: #9c9b9c;
    background-color: #9c9b9c;
}
.leftfilter .filter-item .hide {
    max-height: 0;
    margin: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    display: block;
}
.leftfilter .filter-item .show {
    max-height: 500px;
    margin: 15px 0 10px 0;
    transition: max-height 0.25s ease-in;
}

.publishPage .nav-line {
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.publishPage .nav-tabs li {
    width: 50%;
}
.publishPage .nav-tabs li:hover a {
    color: #0168fa;
}
.publishPage .nav-line .nav-item + .nav-item {
    margin-left: 0;
}
.publishPage .nav-tabs .nav-link {
    background: transparent;
    border: none;
    color: #999;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.publishPage .tab-content {
    background: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.publishPage .nav-tabs .nav-link.active {
    color: #0168fa;
}
.publishPage .tabContents .badger-accordion__header {
    padding: 5px;
    font-size: 16px;
    outline: none;
}
.publishPage .tabContents .badger-accordion__header button {
    outline: none;
    background: #fff;
    height: 40px;
    border-radius: 0px;
    padding: 0 15px;
    color: #6a6a7a;
    position: relative;
    overflow: hidden;
}
.publishPage .tabContents .badger-accordion__header em {
    font-size: 14px;
    font-style: normal;
}
.publishPage .tabContents .badger-accordion__header .indicators {
    position: absolute;
    top: 0;
    left: 0;
}
.publishPage .tabContents .badger-accordion__header .indicators.publihed {
    border-top: 2px solid #30d678f5;
}
.publishPage .tabContents .badger-accordion__header .indicators.unpublished {
    border-top: 2px solid #f95565;
    background: inherit;
}
.publishPage .tabContents .badger-accordion__header .publishCounts {
    float: right;
}
.publishPage .tabContents .badger-accordion__header .publishCounts span {
    display: block;
    float: left;
}
.publishPage
    .tabContents
    .badger-accordion__header
    button
    .badger-toggle-indicator {
    font-size: 26px;
    line-height: 0;
    font-weight: 100;
}
.publishPage .tabContents .badger-accordion__header .badger-toggle-indicator {
    font-size: 16px;
    font-weight: bold;
    justify-content: center !important;
}
.publishPage .tabContents .shiftDetails {
    padding: 10px 20px;
}
.publishPage .tabContents .shiftDetails .headercontent {
    display: flex;
    flex-direction: row;
    background: rgb(180, 209, 249);
    border-radius: 5px;
    padding: 0 5px;
    position: relative;
}
.publishPage .tabContents .shiftDetails .checkalluser {
    padding: 4px 0px 0 15px;
}
.publishPage .tabContents .shiftDetails .checkalluser label {
    font-size: 14px;
    text-transform: capitalize;
    color: #0168fa;
    font-weight: 100;
}
.publishPage .tabContents .shiftDetails .openshitInd {
    right: 50px;
    position: absolute;
    top: 5px;
}
.publishPage .tabContents .shiftDetails .vacancycount {
    position: absolute;
    right: 10px;
    background: #0168fa;
    border-radius: 5px;
    /* width: 15px; */
    text-align: center;
    font-size: 12px;
    color: #fff;
    top: 4px;
    padding: 0 5px;
}
.publishPage .tabContents .shiftDetails .openPanel {
    cursor: pointer;
}
.publishPage .tabContents .shiftDetails .openPanel i {
    padding: 5px;
    font-size: 16px;
    transform: rotate(0deg);
    transition: transform 0.2s linear;
    color: #0168fa;
}
.publishPage .tabContents .shiftDetails .bodycontent {
    overflow: hidden;
    padding: 0px;
    max-height: 0;
    transition: max-height 0.15s ease-out;
    box-shadow: 0 0 10px #c9defb;
    background: #fff;
}
.publishPage .tabContents .shiftDetails.openPane .headercontent {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.publishPage .tabContents .shiftDetails.openPane .bodycontent {
    padding: 10px 25px;
    max-height: 550px;
    transition: max-height 0.25s ease-in;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.badger-accordion__panel {
    /* max-height: 100vh !important; */
}
.publishPage .tabContents .shiftDetails.openPane .openPanel i {
    transform: rotate(90deg);
    transition: transform 0.2s linear;
}
.publishPage .tabContents .vacancy_det-fot {
    position: relative;
    flex-direction: row;
    justify-content: space-between;
}
.publishPage .tabContents .vacancy_det-fot .noti_badge {
    margin: 0;
}
.modal-content .close {
    outline: none;
}
.publishPage .publishbody {
    background: #c5deef6e;
    padding: 10px 0;
}
.publishPage .publishbody .dateselect {
    position: relative;
}
.publishPage .publishbody .dateselect i {
    position: absolute;
    right: 7px;
    bottom: 8px;
    font-size: 16px;
    color: #5f7183;
}
.publishPage .publishbody .dateselect input::-webkit-input-placeholder {
    color: #001737;
}
.publishPage .publishbody .dateselect input {
    outline: none;
    box-shadow: none;
    background: #fff;
}
.publishPage .publishbody .shiftadditional {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    text-transform: uppercase;
    color: #5f7183;
    font-weight: 600;
    padding: 0 25px;
}
.publishPage .publishbtns {
    display: flex;
    justify-content: flex-end;
    padding: 0 0px;
}
.publishPage .btn-success {
    margin-left: 15px;
}
.publishPage .publishbody .shiftadditional .shifts {
    padding: 0 0 5px 0;
}
.publishPage .publishbody .shiftadditional .shifts i {
    font-size: 16px;
    padding: 0px 0 0 5px;
}
.publishPage .publishbody .shiftadditional .hours i {
    font-size: 18px;
    padding: 0px 0 0 5px;
}
.publishPage .publishbody .shiftadditional span {
    padding: 0px 0 0 10px;
    font-weight: 100;
    text-transform: lowercase;
}
.publishPage .publishbody .tab-content {
    padding-left: 0px;
}
.publishPage .rightpanel {
    position: relative;
    left: 0;
    top: 0;
    max-width: 100%;
    min-width: 100%;
}
.publishPage .rightpanel .head .displaydate {
    font-size: 18px;
    color: #52525a;
    background: #fff;
}
.publishPage .rightpanel .head {
    /* border-top-left-radius: 5px;
    border-top-right-radius: 5px; */
    padding: 13px 15px 13px;
    justify-content: space-between;
    background: #c5deef6e;
}
.publishPage .rightpanel .head .datefilter .datefilternav {
    padding: 0;
}
.publishPage .component-badger-accordion {
    background: #f2f5f76e;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #c5deef6e;
}
.publishPage .searchcandidate .badge {
    margin: 0;
    width: 100%;
    max-height: 32px;
    background: #fff;
}
.publishPage .searchcandidate .search-form button {
    background: #fff;
}
.publishPage .pub_cand_scroll {
    margin: 20px 0;
}
.publishPage .pub_cand_scroll .d-flex {
    width: 50%;
}
.publishPage .pub_cand_scroll .d-flex .badge {
    background: #fff;
}
.publishPage .pub_cand_scroll .d-flex .custom-control {
    white-space: normal;
}
.publishPage .pub_cand_scroll .modal-body label {
    line-height: 14px;
}
.publishPage {
    padding: 15px 15px 15px !important;
}
.publishPage .nocandidate {
    margin: 30px 0;
}
.publishPage .nocandidate p {
    margin: 0;
    font-size: 14px;
}
.mail-wrapper .mail-group-body .selected {
    border-left: none;
    max-width: 100%;
}
.mail-wrapper a svg,
.mail-compose a svg {
    color: inherit;
}
.mail-wrapper .mail-group-body,
.mail-wrapper .mail-content-body {
    position: absolute !important;
}
.mail-wrapper .mail-sidebar,
.mail-wrapper .mail-group,
.mail-wrapper .mail-content {
    bottom: 46px;
}
.mail-wrapper .mail-content-body .ql-container {
    height: 100px !important;
}
@media (min-width: 1600px) {
    .candidateSignup .footer {
        position: fixed;
    }
}
@media (max-width: 1100px) {
    .rightpanel .head .datefilter select {
        width: 100px;
    }
    .rightpanel .head .displaydate {
        margin: 0 15px 0 0;
    }
}
@media (max-width: 992px) {
    .navbar {
        padding: 0;
        position: fixed;
        width: 100%;
        z-index: 99;
    }
    .recrutimentNav {
        top: 0;
    }
    .rightpanel .head .datefilter {
        /* flex-direction: column; */
        position: relative;
        width: 65%;
    }
    .rightpanel .head .datefilter .publishandsend {
        bottom: 0px;
        right: 0px;
        position: relative;
        width: 20%;
    }
    .rightpanel .head {
        width: 100%;
        padding: 13px 20px 13px 10px;
    }
    .rightpanel .head .datefilter .publishandsend button {
        width: 100%;
    }
    .rightpanel .head .datefilter select {
        width: 35%;
        margin: 0;
    }
    .rightpanel .head .datefilter .datefilternav {
        width: 45%;
        height: 35px;
    }
    .Calendarpage .leftpanel {
        top: 55px;
        max-width: 41px;
        padding: 0 5px;
    }
    #userevents .leftside {
        width: 25%;
    }
    #calendardates .leftside {
        width: 25%;
    }
    #calendardates .rightside, #userevents .rightside {

        width: 75%;
    }
    .rightpanel .head .displaydate {
        height: fit-content;
        margin: 0 10px 0px 0;
        width: 35%;
        font-size: 16px;
    }

    #userevents .leftside li {
        padding: 12px 5px 12px 5px;
    }
    #userevents .leftside li img {
        margin: 0 5px 0 0;
    }
    /* siderbar overlay */
    .rightpanel .head .datefilter .publishandsend {
        position: relative;
    }
    .rightpanel .head .datefilter .datefilternav {
        display: flex;
        justify-content: space-evenly;
    }
    .Calendarpage .rightpanel {
        left: 41px;
        top: 55px;
        max-width: calc(100% - 41px);
        min-width: calc(100% - 41px);
    }
    .Calendarpage .rightpanel.active {
        left: 41px;
        max-width: calc(100% - 41px);
        min-width: calc(100% - 41px);
    }
    .Calendarpage .leftpanel {
        z-index: 9;
        /* margin-left: -209px; */
    }
    .Calendarpage .leftpanel.active {
        margin-left: 0;
    }
    .Calendarpage .leftpanel .head .navBtn .fa-angle-right {
        display: block;
    }
    /* .Calendarpage .leftpanel select,
    .Calendarpage .leftpanel span,
    .Calendarpage .leftpanel .body,
    .Calendarpage .leftpanel .head .navBtn .fa-angle-left {
        display: none;
    } */
    .Calendarpage .leftpanel.active select,
    .Calendarpage .leftpanel.active span,
    .Calendarpage .leftpanel.active .body,
    .Calendarpage .leftpanel.active .head .navBtn .fa-angle-left {
        display: block;
    }
    .Calendarpage .leftpanel.active .head .navBtn .fa-angle-right {
        display: none;
    }
}
@media (max-width: 768px) {
    .footer {
        flex-direction: column;
    }
    .footer > div:last-child {
        margin-top: 5px;
    }
    .navbar-brand .switchuser {
        margin-left: 5px;
    }
    .navbar-header .navbar-right {
        padding: 0 15px 0 0;
    }
    .rightpanel .head {
        padding: 13px 15px 13px 10px;
    }
    .rightpanel .head {
        flex-direction: column;
    }
    .rightpanel .head .displaydate {
        margin: 0 0 10px 0;
        width: 100%;
    }
    .rightpanel .head .datefilter {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .rightpanel .head .displaydate {
        flex-direction: column;
    }
    .rightpanel .head .displaydate p {
        margin-bottom: 0;
    }
    #userevents .leftside li img {
        margin: 0 0px 0 0;
    }
}

.timesheetFilters .v-select ul {
    width: 100%;
    min-width: 170px !important;
}
.weeklytimeSheetpage .timeshetindicators .col-md-3 {
    padding-right: 0;
}
.weeklytimeSheetpage .actionBtns button {
    padding: 7.5px 10px;
}
.weeklytimeSheetpage .timesheetTable tbody tr {
    transition: all 0.35s ease-in;
}
.weeklytimeSheetpage .timesheetTable tbody tr:hover {
    background: gray;
    background-color: #f2f5f7;
}
.weeklytimeSheetpage .timesheetTable .table-bordered th,
.weeklytimeSheetpage .timesheetTable .table-bordered td {
    border-bottom: 0 !important;
    text-align: center;
}
.weeklytimeSheetpage .timesheetTable tbody tr:last-child {
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}
.weeklytimeSheetpage .timesheetTable .scroll_table thead {
    text-align: center;
    background-color: #f2f5f7;
}
.weeklytimeSheetpage .timesheetTable .scroll_table thead th b {
    width: 100%;
}
.weeklytimeSheetpage .timesheetTable .thtimesplit .assignnewShift a {
    display: none;
    border: 2px solid rgb(106, 97, 243);
    padding: 0;
    text-align: center;
    line-height: 30px;
}
.weeklytimeSheetpage .timesheetTable .thtimesplit:hover .assignnewShift a {
    display: block;
}
.cusometimeHead .custom_invo .form-group {
    margin-top: 5px;
    margin-bottom: 0;
}
.cusometimeHead .custom_invo .col-md-3 {
    padding-right: 0;
}
.cusometimeHead .custom_invo .vs__selected-options .vs__selected {
    min-width: auto;
}
.cusometimeHead .custom_invo .vs__dropdown-menu {
    width: 100%;
}
.cusometimeHead .custom_invo .vs__dropdown-menu .vs__dropdown-option {
    padding: 3px 6px !important;
}
.cusometimeBody table thead {
    background-color: rgba(0, 0, 0, 0.05);
}
.cusometimeBody table tbody tr {
    transition: all 0.35s ease-in;
    width: 100%;
}
.cusometimeBody table tbody tr:hover {
    background-color: #f2f5f7;
}

.candidateRegPage {
    margin-top: calc(100vh - 92vh);
    padding: 20px 40px !important;
    border: none;
    height: calc(100vh - 90px);
    margin-top: 60px;
    overflow: auto;
    /* background-image: linear-gradient(
            180deg,
            rgb(10 10 10 / 50%) 0%,
            rgb(0 0 0 / 31%) 0%
        ),
        url(../../assets/img/1.jpg); */
    background-image: url(../../assets/img/1.jpg);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    background-color: #fff;
}

.candidateRegPage .leftImage {
    background-image: url(https://accounts.logezydev.co.uk/assets/img/login.jpg);
    background-size: cover;
    background-position: center;
}

.candidateRegPage .rightform {
    display: flex;
    align-items: center;
}
.candidateRegPage .card {
    border-radius: 10px;
    padding: 20px 40px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25) !important;
    border: none;
    margin-bottom: 30px;
}
.candidateRegPage .card .btn-primary {
    width: auto;
    float: right;
}

.candidateRegPage .card .terms {
    border: 1px solid #ced4da;
    border: 1px solid #ced4da69;
    padding: 20px;
    border-radius: 5px;
}
.candidateRegPage .card .custom-checkbox {
    padding: 0;
}
.candidateRegPage .card .custom-checkbox .custom-control-label {
    width: 100%;
}
.candidateRegPage .card .custom-checkbox .custom-control-label::before {
    border-radius: 0;
    right: 0;
    left: inherit;
}
.candidateRegPage .card .custom-control-label::after {
    right: 0;
    left: inherit;
}
.candidateRegPage .card .form-control {
    /* background-color: rgb(217, 217, 217); */
    border: 1px solid #ced4da69;
}
.candidateRegPage .stepFlow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.candidateRegPage .stepFlow .nav-item a {
    border: none;
    background: transparent;
    z-index: 9;
}
.candidateRegPage .stepFlow .nav-tabs {
    border: none;
    justify-content: space-evenly;
}
.candidateRegPage .stepFlow .form-fieldset {
    margin: 30px 0;
}
.candidateRegPage .stepFlow .nav-tabs .nav-link .step-number {
    border: none;
    background-color: rgb(56, 182, 255);
    color: #fff;
    width: 41px;
    height: 41px;
}
.candidateRegPage .stepFlow .nav-tabs .nav-link.active .step-number {
    background-color: rgb(255, 222, 89);
}

.candidateRegPage .stepFlow .nav-tabs li {
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    border-radius: 1em;
    /* background: dodgerblue; */
    margin: 0 1em;
    display: inline-block;
    color: white;
    position: relative;
}

.candidateRegPage .stepFlow .nav-tabs li::before {
    content: "";
    position: absolute;
    top: 1em;
    left: -10em;
    width: 10em;
    height: 0.2em;
    background: dodgerblue;
}

.candidateRegPage .stepFlow .nav-tabs li:first-child::before {
    display: none;
}

.candidateRegPage .stepFlow .nav-tabs .active .step-number {
    background: dodgerblue;
}

.candidateRegPage .stepFlow .nav-tabs .active ~ li {
    background: lightblue;
}

.candidateRegPage .stepFlow .nav-tabs .active ~ li::before {
    background: lightblue;
}

.recruitmentPage {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.recruitmentPage .leftpanel {
    background: #f2f5f76e;
    font-family: "Open Sans", sans-serif;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    flex: 0 0 150px;
    max-width: 150px;
    position: relative;
    width: 100%;
    padding: 0 15px;
    height: 100vh;
    position: fixed;
    left: 0;
    /* top: 60px; */
    transition: all 0.3s;
}

.recruitmentPage .leftpanel.active {
    margin-left: -209px;
}

.recruitmentPage .leftpanel.active .head .navBtn .fa-angle-right {
    display: block;
}
.recruitmentPage .leftpanel .nav-tabs.flex-column .nav-item .nav-link {
    border: 0;
    background: transparent;
    color: #6a6a7a;
    display: flex;
    flex-direction: column;
    height: auto;
    margin: 15px 0;
    padding: 10px 12px;
    border-radius: 5px;
}
.recruitmentPage .leftpanel .nav-tabs.flex-column .nav-item .nav-link i {
    color: #6a6a7a;
    font-size: 35px;
}
.recruitmentPage .leftpanel .nav-tabs.flex-column .nav-item .nav-link span {
    font-size: 16px;
    padding: 5px 0;
    font-weight: inherit;
    text-transform: inherit !important;
}
.recruitmentPage .leftpanel .nav-tabs.flex-column .nav-item .nav-link.active {
    background-color: rgba(1, 104, 250, 0.08);
    z-index: 5;
    color: #0168fa;
}
.recruitmentPage .leftpanel .nav-tabs.flex-column .nav-item .nav-link.active i {
    color: #0168fa;
}
.recruitmentPage .leftpanel .navBtn {
    color: #3685ca;
    font-size: 30px;
    width: auto;
    padding: 0;
    float: right;
    display: none;
}
.recruitmentPage .leftpanel .navBtn .fa-angle-right {
    display: none;
}
.recruitmentPage .leftpanel ul {
    /* padding: 40px 0 0 0; */
    border: none;
}
.recruitmentPage .rightpanel {
    padding: 0;
    font-family: "Open Sans", sans-serif;
    position: absolute;
    left: 150px;
    max-width: calc(100% - 150px);
    min-width: calc(100% - 150px);
    transition: all 0.3s;
    background-color: rgba(1, 104, 249, 0.1);
    height: calc(100% - 50px);
}
.recruitmentPage .rightpanel.active {
    left: 41px;
    max-width: calc(100% - 41px);
    min-width: calc(100% - 41px);
}
.recruitmentPage .rightpanel .candidateTable {
    padding: 5px 10px;
}
.recruitmentPage .rightpanel .candidateTable .header {
    display: flex;
    justify-content: flex-end;
}
.recruitmentPage .rightpanel .candidateTable .header .filters {
    display: flex;
    background: #eaeef2;
    background-color: rgba(1, 104, 250, 0.18);
    border-radius: 5px;
    padding: 8px;
    width: 100%;
}
.recruitmentPage .rightpanel .candidateTable .header .filters .navbar-text {
    color: rgba(0, 0, 0, 0.5);
    background: #fff;
    padding: 0.4rem 0.5rem;
    border-radius: 5px;
}
.recruitmentPage .rightpanel .candidateTable .header .filters nav {
    width: 100%;
}
.recruitmentPage .rightpanel .candidateTable .header .filters .form-group {
    margin-bottom: 0px;
}
.recruitmentPage .rightpanel .candidateTable .header .filters .form-control {
    /* padding: 8px 10px; */
    max-height: 40px;
    color: #6a6a7a;
}
.recruitmentPage .rightpanel .candidateTable .header .filters button {
    max-height: 40px;
    line-height: 1;
    min-height: 32px;
}
.recruitmentPage
    .rightpanel
    .candidateTable
    .header
    .filters
    .search-form
    button {
    background-color: #fff;
    max-height: 40px;
    font-size: 16px;
}
.recruitmentPage .rightpanel .candidateTable .header .filters .addcandidate i {
    float: left;
}
.recruitmentPage
    .rightpanel
    .candidateTable
    .header
    .filters
    .addcandidate
    span {
    margin: 0 0 0 0px;
    max-width: 0px;
    overflow: hidden;
    float: left;
    display: block;
    max-height: 14px;
    transition: max-width 0.2s;
}
.recruitmentPage
    .rightpanel
    .candidateTable
    .header
    .filters
    .addcandidate:hover
    span {
    max-width: 93px;
    margin: 0 0 0 5px;
}
.recruitmentPage .rightpanel .candidateTable .body {
    padding: 15px 0 0 0;
}
.recruitmentPage .rightpanel .candidateTable .body .table-responsive {
    max-height: calc(100vh - 268px);
}
.recruitmentPage .rightpanel .candidateTable .body .pagination {
    margin-top: 1rem;
}
.recruitmentPage .rightpanel .candidateTable .body table {
    background: #fff;
    color: #738190;
}
.recruitmentPage .rightpanel .candidateTable .body table thead tr {
    background: #eaeef2;
    background: transparent;
}
.recruitmentPage .rightpanel .candidateTable .body table thead tr th {
    border-top: 0;
    /* color: #738190; */
    font-weight: bold;
}
.recruitmentPage .rightpanel .candidateTable .body tbody tr a {
    font-weight: 600;
}
.recruitmentPage .rightpanel .candidateTable .body tbody tr a:hover {
    text-decoration: underline;
}
.recruitmentPage .rightpanel .candidateTable .body tbody tr {
    transition: all 0.35s ease-in;
}
.recruitmentPage .rightpanel .candidateTable .body tbody tr:hover {
    background: gray;
    background-color: rgba(1, 104, 250, 0.18);
}
/*
.recruitmentPage table .custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.recruitmentPage .rightpanel .candidateTable .body table thead tr .titlename {
    padding: 0 0 0 5px;
}
.recruitmentPage .rightpanel .candidateTable .body table tbody tr {
    transition: all 0.35s ease-in;
}
.recruitmentPage .rightpanel .candidateTable .body table tbody tr:hover {
    background: #eaeef2;
    background: rgba(1, 104, 249, 0.1);
}
.recruitmentPage
    .rightpanel
    .candidateTable
    .body
    table
    tbody
    tr
    .custom-checkbox
    .name {
    padding: 0 0 0 15px;
}
.recruitmentPage
    .rightpanel
    .candidateTable
    .body
    table
    tbody
    tr
    .custom-checkbox
    .name
    a {
    color: inherit;
}
.recruitmentPage
    .rightpanel
    .candidateTable
    .body
    table
    tbody
    tr
    .custom-checkbox:hover
    .name
    a {
    color: #0148ae;
    text-decoration: underline;
}
.recruitmentPage
    .rightpanel
    .candidateTable
    .body
    table
    tbody
    tr
    .actionBtns
    button {
    padding: 6.5px 10px;
    color: #6a6a7a;
    font-size: 14px;
}
.recruitmentPage
    .rightpanel
    .candidateTable
    .body
    table
    tbody
    tr
    .custom-checkbox
    label {
    opacity: 0;
    visibility: hidden;
    float: left;
    transition: all 0.25s ease-in;
    cursor: pointer;
}
.recruitmentPage
    .rightpanel
    .candidateTable
    .body
    table
    tbody
    tr:hover
    .custom-checkbox
    label {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
.recruitmentPage
    .rightpanel
    .candidateTable
    .body
    table
    tbody
    tr
    .profileimg
    img {
    border-radius: 50%;
    float: left;
    opacity: 1;
    transition: all 0.25s ease-in;
    visibility: visible;
}
.recruitmentPage .rightpanel .candidateTable .body table tbody tr .profileimg {
    position: absolute;
    left: 0;
    top: -5px;
}
.recruitmentPage
    .rightpanel
    .candidateTable
    .body
    table
    tbody
    tr:hover
    .profileimg
    img {
    opacity: 0;
    visibility: hidden;
}*/

.recruitmentPage .JobsPage {
}
.recruitmentPage .JobsPage .nav-tabs {
    background-color: #fff;
    padding: 0 30px;
}
.recruitmentPage .JobsPage .nav-tabs .nav-item .nav-link {
    border: 0;
    background: transparent;
    color: #6a6a7a;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 14px;
}
.recruitmentPage .JobsPage .nav-tabs .nav-item .nav-link i {
    color: #6a6a7a;
    font-size: 35px;
}
.recruitmentPage .JobsPage .nav-tabs .nav-item .nav-link span {
    font-size: 16px;
    padding: 5px 0;
}
.recruitmentPage .JobsPage .nav-tabs .nav-item .nav-link.active {
    /* background-color: rgba(1, 104, 250, 0.08); */
    z-index: 5;
    color: #0168fa;
    border-radius: 0;
    border-bottom: 3px solid;
}
.recruitmentPage .JobsPage .nav-tabs .nav-item .nav-link.active i {
    color: #0168fa;
}
.recruitmentPage .JobsPage .header {
    display: flex;
    justify-content: flex-end;
    margin: 0px 0 15px 0;
}
.recruitmentPage .JobsPage .header .filters {
    display: flex;
    background: #eaeef2;
    background-color: rgba(1, 104, 250, 0.18);
    border-radius: 5px;
    padding: 8px;
}
.recruitmentPage .JobsPage .header .filters button {
    max-height: 32px;
    line-height: 1;
}
.recruitmentPage .JobsPage .header .filters .search-form button {
    background-color: #fff;
}
.recruitmentPage .JobsPage .header .filters .addcandidate i {
    float: left;
}
.recruitmentPage .JobsPage .header .filters .addcandidate span {
    margin: 0 0 0 0px;
    max-width: 0px;
    overflow: hidden;
    float: left;
    display: block;
    max-height: 14px;
    transition: max-width 0.2s;
}
.recruitmentPage .JobsPage .header .filters .addcandidate:hover span {
    max-width: 93px;
    margin: 0 0 0 5px;
}
.recruitmentPage .JobsPage .body {
    height: calc(100vh - 208px);
    overflow: auto;
    padding-bottom: 36px;
}
.recruitmentPage .JobsPage .body .card {
    margin: 0 0 15px 0;
    height: calc(100% - 15px);
}
.recruitmentPage .JobsPage .body .card h5 {
    color: #6a6a7a;
    /* font-weight: 600; */
    /* cursor: pointer; */
}
.recruitmentPage .JobsPage .body .card .cardFooter {
    display: flex;
    justify-content: space-between;
}
.recruitmentPage .JobsPage .body .card .cardFooter .card-text {
    margin: 0;
    color: #6a6a7a;
    font-size: 14px;
}
.recruitmentPage .JobsPage .body .card .cardFooter .card-text span {
    font-size: 16px;
    font-weight: bold;
}
.recruitmentPage .JobsPage .body .card .cardFooter .card-link {
    margin: 0;
    color: #6a6a7a;
    font-size: 14px;
    border-bottom: 1px dashed;
}
.recruitmentPage .JobsPage .body .card:hover {
    background: #f1faff;
}
.recruitmentPage .JobsPage .body .card:hover .card-title {
    /* text-decoration: underline; */
}
.recruitmentPage .JobsPage .body .card .card-body {
    /* cursor: pointer; */
}
.recruitmentPage .JobsPage .body .card .card-body .editjobs {
    float: right;
    font-size: 20px;
    cursor: pointer;
}
.recruitmentPage .addnewjobsPage .header {
    padding: 10px 20px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.recruitmentPage .addnewjobsPage .header h5 {
    font-weight: 700;
}
.recruitmentPage .addnewjobsPage .body {
    display: flex;
}
.recruitmentPage
    .addnewjobsPage
    .body
    .nav-tabs.flex-column
    .nav-item
    .nav-link {
    border: 0;
    background: transparent;
    color: #6a6a7a;
    display: flex;
    flex-direction: column;
    height: auto;
    margin: 5px 10px 0 0;
    padding: 10px 15px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    align-items: start;
}
.recruitmentPage
    .addnewjobsPage
    .body
    .nav-tabs.flex-column
    .nav-item
    .nav-link:hover {
    background-color: #f0f4f7;
}
.recruitmentPage
    .addnewjobsPage
    .body
    .nav-tabs.flex-column
    .nav-item
    .nav-link
    i {
    color: #6a6a7a;
    font-size: 35px;
}
.recruitmentPage
    .addnewjobsPage
    .body
    .nav-tabs.flex-column
    .nav-item
    .nav-link
    span {
    font-size: 16px;
    padding: 5px 0;
}

.recruitmentPage
    .addnewjobsPage
    .body
    .nav-tabs.flex-column
    .nav-item
    .nav-link.active {
    background-color: rgba(1, 104, 250, 0.08);
    z-index: 5;
    color: #0168fa;
    border-left: 3px solid #0168fa;
}
.recruitmentPage
    .addnewjobsPage
    .body
    .nav-tabs.flex-column
    .nav-item
    .nav-link.active
    i {
    color: #0168fa;
}
.recruitmentPage .addnewjobsPage .body .navBtn {
    color: #3685ca;
    font-size: 30px;
    width: auto;
    padding: 0;
    float: right;
    display: none;
}
.recruitmentPage .addnewjobsPage .body .navBtn .fa-angle-right {
    display: none;
}
.recruitmentPage .addnewjobsPage .body ul {
    width: 15%;
    border: none;
    background: #fff;
    padding: 15px 0 20px 0;
    height: calc(100vh - 196px);
}
.recruitmentPage .addnewjobsPage .body ul .nav-item {
    margin: 0;
}
.recruitmentPage .addnewjobsPage .body .tab-content {
    width: calc(100% - 15%);
}

.recruitmentPage .jobpostingpage .savejob {
    justify-content: flex-end;
    display: flex;
    margin: 0 0 15px 0;
}
.recruitmentPage .jobpostingpage .card {
    padding: 15px 15px;
    margin: 0 0 15px 0;
}
.recruitmentPage .jobpostingpage .card .ql-container {
    height: 200px !important;
}
.recruitmentPage .jobpostingpage .card .form-group {
    margin: 0;
}
.recruitmentPage .jobpostingpage .jobform {
    height: calc(100vh - 256px);
    overflow: auto;
    padding: 0 0 20px 0;
}
.recruitmentPage .jobpostingpage .jobform .nextform {
    float: right;
}
.recruitmentPage .jobpostingpage .jobform .nextform i {
    margin: 0 5px 0 0;
}
.recruitmentPage .jobpostingpage .jobform label {
    font-weight: bold;
}
.recruitmentPage .jobpostingpage .jobform h5 {
    font-weight: bold;
}
.recruitmentPage .jobworkflow .savejob,
.recruitmentPage .jobteams .savejob {
    justify-content: flex-end;
    display: flex;
    margin: 0 0 15px 0;
}
.recruitmentPage .jobworkflow {
    padding: 0 0 36px 0;
}
.recruitmentPage .jobworkflow .workflowpipeline {
    height: calc(100vh - 288px);
    overflow: auto;
}
.recruitmentPage .jobworkflow .workflowpipeline .card-header h5 {
    font-weight: bold;
}
.recruitmentPage .jobworkflow .workflowpipeline .card-header span {
    display: block;
}
.recruitmentPage .jobworkflow .workflowpipeline .card-body .card {
    margin: 0 0 15px 0;
}
.recruitmentPage .jobworkflow .workflowpipeline .card-body .card .card-header {
    display: flex;
    justify-content: space-between;
    max-height: 100vh;
    border: none;
    position: relative;
    padding-left: 35px;
    transition: max-height 0.25s ease-in;
}
.recruitmentPage
    .jobworkflow
    .workflowpipeline
    .card-body
    .card
    .card-header
    .dragcontent {
    position: absolute;
    left: 10px;
    top: 20px;
    cursor: grab;
    display: none;
}
.recruitmentPage
    .jobworkflow
    .workflowpipeline
    .card-body
    .card
    .card-header:hover
    .dragcontent {
    display: block;
}

.recruitmentPage
    .jobworkflow
    .workflowpipeline
    .card-body
    .card
    .card-header
    h6 {
    margin: 0;
    line-height: 28px;
}
.recruitmentPage
    .jobworkflow
    .workflowpipeline
    .card-body
    .card
    .card-header
    h6
    span {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: gray;
    float: left;
    margin: 9px 5px 0 0;
}
.recruitmentPage
    .jobworkflow
    .workflowpipeline
    .card-body
    .card
    .card-header
    .editpipline {
    display: flex;
    z-index: 999;
}
.recruitmentPage
    .jobworkflow
    .workflowpipeline
    .card-body
    .card
    .card-header
    .editpipline
    .edit,
.recruitmentPage
    .jobworkflow
    .workflowpipeline
    .card-body
    .card
    .card-header
    .editpipline
    .delete {
    width: 28px;
    height: 28px;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    color: #283542;
    cursor: pointer;
}
.recruitmentPage
    .jobworkflow
    .workflowpipeline
    .card-body
    .card
    .card-header
    .editpipline
    .edit:hover,
.recruitmentPage
    .jobworkflow
    .workflowpipeline
    .card-body
    .card
    .card-body
    .close:hover {
    background: #c9d7df;
}
.recruitmentPage
    .jobworkflow
    .workflowpipeline
    .card-body
    .card
    .card-header
    .editpipline
    .delete {
    margin: 0 0 0 10px;
}
.recruitmentPage
    .jobworkflow
    .workflowpipeline
    .card-body
    .card
    .card-header
    .editpipline
    .delete:hover {
    background: #c9d7df;
}
.recruitmentPage .jobworkflow .workflowpipeline .card-body .card .card-body {
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    padding: 0;
    background: #f1faff !important;
}
.recruitmentPage
    .jobworkflow
    .workflowpipeline
    .card-body
    .card
    .card-body.show {
    padding: 10px;
    max-height: 100vh;
    transition: max-height 0.25s ease-in;
}
.recruitmentPage
    .jobworkflow
    .workflowpipeline
    .card-body
    .card
    .card-header.hide {
    max-height: 0;
    padding: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    border: none;
}
.recruitmentPage
    .jobworkflow
    .workflowpipeline
    .card-body
    .card
    .card-body
    .close {
    cursor: pointer;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recruitmentPage
    .jobworkflow
    .workflowpipeline
    .card-body
    .card
    .card-body
    .cardfooter {
    padding: 10px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
}
.recruitmentPage
    .jobworkflow
    .workflowpipeline
    .card-body
    .card.addnewpiplinecontent
    .card-body
    .cardfooter {
    justify-content: flex-end;
}
.recruitmentPage
    .jobworkflow
    .workflowpipeline
    .card-body
    .card
    .card-body
    .cardfooter
    .delete {
    color: #283542;
    line-height: 36px;
    cursor: pointer;
    padding: 0 5px;
    border-radius: 5px;
}
.recruitmentPage
    .jobworkflow
    .workflowpipeline
    .card-body
    .card
    .card-body
    .cardfooter
    .delete:hover {
    color: #f83244;
    background: #fff;
    text-decoration: underline;
}
.recruitmentPage .jobworkflow .workflowpipeline .card-body .addnewpipline {
    border: 2px dashed rgba(72, 94, 144, 0.16);
    cursor: pointer;
}
.recruitmentPage
    .jobworkflow
    .workflowpipeline
    .card-body
    .addnewpipline:hover {
    background: #c9d7df;
}
.recruitmentPage
    .jobworkflow
    .workflowpipeline
    .card-body
    .addnewpipline
    .card-header {
    justify-content: center;
}
.recruitmentPage
    .jobworkflow
    .workflowpipeline
    .card-body
    .addnewpipline
    .card-header
    i {
    padding: 4px 10px 0 0;
}
.recruitmentPage
    .jobworkflow
    .workflowpipeline
    .card-body
    .addnewpiplinecontent {
    max-height: 0;
    padding: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    border: none;
}
.recruitmentPage
    .jobworkflow
    .workflowpipeline
    .card-body
    .addnewpiplinecontent.show {
    max-height: 100vh;
    transition: max-height 0.25s ease-in;
}
.recruitmentPage
    .jobworkflow
    .workflowpipeline
    .card-body
    .addnewpiplinecontent
    .card-body {
    max-height: inherit;
    padding: 20px;
}
.recruitmentPage
    .jobworkflow
    .workflowpipeline
    .card-body
    .addnewpiplinecontent
    .cardfooter {
    justify-content: flex-end;
}

.recruitmentPage .jobteams .teamdetails .card-header h5 {
    font-weight: bold;
}
.recruitmentPage .jobteams .teamdetails .memberprofile {
    width: 35px;
    height: 35px;
    background: gainsboro;
    border-radius: 50%;
    float: left;
}
.recruitmentPage .jobteams .teamdetails .membername {
    padding: 0 0 0 45px;
    position: relative;
}
.recruitmentPage .jobteams .teamdetails .membername h6 {
    font-weight: bold;
    margin: 0 0 3px 0;
}
.recruitmentPage .jobteams .teamdetails .members {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 10px 0 10px 0;
}
.recruitmentPage .jobteams .teamdetails .card-footer {
    border: none;
}
.recruitmentPage .jobteams .teamdetails .close {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 10px;
}
.recruitmentPage .viewJobdetails {
    padding: 20px 0 0;
    background: #fff;
}
.recruitmentPage .viewJobdetails .jobtitle {
    display: flex;
    padding: 0 15px;
}
.recruitmentPage .viewJobdetails .jobtitle h5 {
    font-weight: bold;
    line-height: 28px;
    color: #4d6072;
}
.recruitmentPage .viewJobdetails .jobtitle .editjob {
    margin: 0 5px 0 20px;
    width: 28px;
    height: 28px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    color: #4d6072;
}
.recruitmentPage .viewJobdetails .jobtitle .editjob:hover {
    background: #c9d7df;
}
.recruitmentPage .viewJobdetails .jobtitle .joblocations {
    color: #4d6072;
    line-height: 28px;
}
.recruitmentPage .viewJobdetails .nav-tabs {
    background-color: transparent;
    padding: 0 10px;
}
.recruitmentPage .viewJobdetails .nav-tabs .nav-item .nav-link {
    border: 0;
    background: transparent;
    color: #6a6a7a;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 14px;
}
.recruitmentPage .viewJobdetails .nav-tabs .nav-item .nav-link i {
    color: #6a6a7a;
    font-size: 35px;
}
.recruitmentPage .viewJobdetails .nav-tabs .nav-item .nav-link span {
    font-size: 16px;
    padding: 5px 0;
}
.recruitmentPage .viewJobdetails .nav-tabs .nav-item .nav-link.active {
    /* background-color: rgba(1, 104, 250, 0.08); */
    z-index: 5;
    color: #0168fa;
    border-radius: 0;
    border-bottom: 3px solid;
}
.recruitmentPage .viewJobdetails .nav-tabs .nav-item .nav-link.active i {
    color: #0168fa;
}

.recruitmentPage .viewJobdetails .piplinespage .nav-tabs {
    border: none;
}
.recruitmentPage .viewJobdetails .piplinespage .nav-tabs .nav-item {
    margin: 0;
}
.recruitmentPage .viewJobdetails .piplinespage .nav-tabs .nav-item .nav-link {
    background: transparent;
    color: #283542;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.recruitmentPage
    .viewJobdetails
    .piplinespage
    .nav-tabs
    .nav-item
    .nav-link.active {
    background: rgba(1, 104, 250, 0.08);
    font-weight: 400;
}
.recruitmentPage
    .viewJobdetails
    .piplinespage
    .nav-tabs
    .nav-item:first-child
    .nav-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 0;
}
.recruitmentPage
    .viewJobdetails
    .piplinespage
    .nav-tabs
    .nav-item:last-child
    .nav-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.recruitmentPage .viewJobdetails .piplinespage .qualifiedpage {
    height: calc(100vh - 275px);
}
.recruitmentPage
    .viewJobdetails
    .piplinespage
    .qualifiedpage
    .qualifiedsections {
    height: 90%;
}
.recruitmentPage
    .viewJobdetails
    .piplinespage
    .qualifiedpage
    .qualifiedsections
    .flowtitle
    span {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: gray;
    float: left;
    margin: 3px 5px 0 0;
}
.recruitmentPage
    .viewJobdetails
    .piplinespage
    .qualifiedpage
    .qualifiedsections
    .jobdeatails {
    display: flex;
    flex-flow: column;
    flex: 1 1 auto;
    overflow-y: auto;
    height: 100%;
    padding: 6px;
    overflow: auto;
    overflow-x: hidden;
    border-radius: 4px 4px 0 0;
    background-image: linear-gradient(180deg, #f8fafb, #f0f4f7);
}
.recruitmentPage .viewJobdetails #viewjobContent {
    background-color: rgba(1, 104, 249, 0.1);
}
.recruitmentPage .viewJobdetails .piplinespage #jobpiplinesContent {
    padding: 20px 0;
}
.recruitmentPage .viewJobdetails .piplinespage .jobdeatails .candidate {
    border: 1px solid #bccdd7;
    border-radius: 5px;
    background: #fff;
    padding: 0.6rem 0.4rem;
    cursor: pointer;
    margin: 0 0 10px 0;
    position: relative;
}
.recruitmentPage .viewJobdetails .piplinespage .jobdeatails .candidate:hover {
    background: rgba(1, 104, 250, 0.08);
}
.recruitmentPage
    .viewJobdetails
    .piplinespage
    .jobdeatails
    .candidate
    .custom-control {
    display: none;
    position: absolute;
    top: 0;
    left: -6px;
    cursor: pointer;
}
.recruitmentPage
    .viewJobdetails
    .piplinespage
    .jobdeatails
    .candidate
    .custom-control
    label {
    cursor: pointer;
}
.recruitmentPage
    .viewJobdetails
    .piplinespage
    .jobdeatails
    .candidate:hover
    .custom-control {
    display: block;
}
.recruitmentPage
    .viewJobdetails
    .piplinespage
    .jobdeatails
    .candidate
    .memberprofile {
    width: 35px;
    height: 35px;
    background: gainsboro;
    border-radius: 50%;
    float: left;
}
.recruitmentPage
    .viewJobdetails
    .piplinespage
    .jobdeatails
    .candidate
    .membername {
    padding: 0 0 0 40px;
    position: relative;
}
.recruitmentPage
    .viewJobdetails
    .piplinespage
    .jobdeatails
    .candidate
    .membername
    h6 {
    margin: 0 0 3px 0;
}
.recruitmentPage
    .viewJobdetails
    .piplinespage
    .jobdeatails
    .candidate:hover
    .membername
    h6 {
    text-decoration: underline;
}

.recruitmentPage .settingpage.addnewjobsPage .body ul {
    height: calc(100vh - 85px);
}
.recruitmentPage .settingpage.addnewjobsPage .JobsPage .body {
    height: calc(100vh - 142px);
}

.recruitmentPage .settingpage.addnewjobsPage .jobworkflow .workflowpipeline {
    height: calc(100vh - 215px);
}
.candidate-profile {
    min-width: 900px;
    max-width: 1500px !important;
    width: calc((100vw - 17px) - 140px);
    margin: auto;
}
.candidate-profile .modal-content {
    flex-direction: row;
    padding: 0;
}
.candidate-profile .candidate,
.candidate-Interview .candidate {
    width: 100%;
}
.candidate-profile .candidate .profile-img,
.candidate-Interview .candidate .profile-img {
    width: 70px;
    padding: 0;
    float: left;
}
.candidate-Interview .candidate .profile-img {
    width: 40px;
}
.candidate-profile .candidate .name,
.candidate-Interview .candidate .name {
    float: left;
    padding: 0 0 0 20px;
}
.candidate-profile .candidate .name h2,
.candidate-Interview .candidate .name h2 {
    font-weight: 600;
}
.candidate-profile .candidate .name span {
}
.candidate-profile .modal-body {
    background-color: transparent !important;
    padding: 0;
}
.candidate-profile .left-panel {
    min-width: 60%;
    max-width: 60%;
    overflow: auto;
    height: 100vh;
}
.candidate-profile .right-panel {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    min-width: 40%;
    max-width: 40%;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #c9d7df;
    background: #f0f4f7;
    padding: 20px;
    overflow: auto;
}

.candidate-profile .modalTabs .nav-tabs {
    background-color: #fff;
}
.candidate-profile .modalTabs .nav-tabs .nav-item .nav-link {
    border: 0;
    background: transparent;
    color: #6a6a7a;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 14px;
}
.candidate-profile .modalTabs .nav-tabs .nav-item .nav-link:hover {
    background: #f1faff;
}
.candidate-profile .modalTabs .nav-tabs .nav-item .nav-link i {
    color: #6a6a7a;
    font-size: 35px;
}
.candidate-profile .modalTabs .nav-tabs .nav-item .nav-link span {
    font-size: 16px;
    padding: 5px 0;
}
.candidate-profile .modalTabs .nav-tabs .nav-item .nav-link.active {
    z-index: 5;
    color: #0168fa;
    border-radius: 0;
    border-bottom: 3px solid;
}
.candidate-profile .modalTabs .nav-tabs .nav-item .nav-link.active i {
    color: #0168fa;
}
.candidate-profile .modalTabs .candidateformtab .nav-tabs {
    background-color: #fff;
    position: relative;
    display: flex;
    justify-content: space-around;
}
.candidate-profile .modalTabs .candidateformtab .nav-tabs:before {
    top: 33px;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 5px;
    content: " ";
    position: absolute;
    background-color: #eaeaea;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.candidate-profile .modalTabs .candidateformtab .nav-tabs .nav-item .nav-link {
    border: 0;
    background: transparent;
    color: #6a6a7a;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 14px;
}
.candidate-profile
    .modalTabs
    .candidateformtab
    .nav-tabs
    .nav-item
    .nav-link
    i {
    color: #6a6a7a;
    font-size: 35px;
}
.candidate-profile
    .modalTabs
    .candidateformtab
    .nav-tabs
    .nav-item
    .nav-link
    span {
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 600;
    border-radius: 35px;
    line-height: 1.428571;
    border-color: #7987a1;
    background-color: #7987a1;
    margin: 0 0 10px 0;
}
.candidate-profile
    .modalTabs
    .candidateformtab
    .nav-tabs
    .nav-item
    .nav-link.active
    span {
    background-color: #f76a5a;
}
.candidate-profile
    .modalTabs
    .candidateformtab
    .nav-tabs
    .nav-item
    .nav-link.active {
    z-index: 5;
    color: #000;
    border-radius: 0;
}
.candidate-profile
    .modalTabs
    .candidateformtab
    .nav-tabs
    .nav-item
    .nav-link.active
    i {
    color: #0168fa;
}
.candidate-profile .modalTabs .candidateformtab .tab-content {
    background: #f2f7f9;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 17px 41px -21px rgb(0, 0, 0);
    padding: 20px 30px;
    border-top: 9px solid #5cb0cf;
    box-sizing: border-box;
}
.candidate-profile .right-panel .badger-accordion-title {
    max-width: 100%;
    font-size: 16px;
    color: #757677;
    font-weight: bold;
}
.candidate-profile .right-panel .badger-accordion-toggle {
    outline: none !important;
    padding: 5px;
}
.candidate-profile .right-panel .badger-toggle-indicator {
    display: none !important;
}
.candidate-profile .right-panel .badger-accordion-toggle:hover {
    background: #c9d7df;
    color: #283542;
}
.candidate-profile .right-panel .badger-accordion-title i {
    font-size: 18px;
    padding: 0 10px 0 0;
}
.candidate-profile
    .right-panel
    .component-badger-accordion.badger-accordion--initialized {
    width: 100%;
}
.candidate-profile .right-panel .calendar-picker {
    border: 1px solid #c0ccda;
    border-radius: 0.25rem;
    background: #fff;
    max-height: 32px;
    padding: 0.46875rem 0.625rem;
    position: relative;
}
.candidate-profile .right-panel .calendar-picker a {
    position: absolute;
    top: 3px;
    width: 100%;
    bottom: 0;
}
.candidate-profile .right-panel .sheduleevent {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}
.candidate-profile .right-panel .sheduleevent .candidate img {
    width: 48px;
    height: 48px;
}
.candidate-profile .right-panel .sheduleevent .candidate .steps {
    float: right;
}
.candidate-profile .right-panel .sheduleevent .candidate {
    padding: 15px;
}
.candidate-profile .right-panel .sheduleeventType {
    padding: 15px 0 0;
    border: 1px solid #c9d7df;
}
.candidate-profile .right-panel .sheduleeventType .actionbtn {
    padding: 15px 15px;
    background: #e5ebef;
    text-align: right;
}
.candidate-profile .right-panel .main-details {
    display: block;
    cursor: pointer;
    background: #d1eeff;
    color: #283542;
    padding: 10px;
}
.candidate-profile .right-panel .main-details:hover {
    text-decoration: underline;
}
.candidate-profile .actionIndicators,
.candidate-Interview .actionIndicators {
    position: absolute;
    right: -35px;
    z-index: 999;
    color: #fff;
}
.candidate-profile .actionIndicators .btns,
.candidate-Interview .actionIndicators .btns {
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}
.candidate-profile .actionIndicators .btns:hover,
.candidate-Interview .actionIndicators .btns:hover {
    background-color: rgb(255 255 255 / 0.6);
}
.jobspagelist-head {
    background-color: rgba(1, 104, 250, 0.18);
    border-radius: 5px;
}
.jobspagelist-head .navbar-text {
    color: rgba(0, 0, 0, 0.5);
    background: #fff;
    padding: 0.4rem 0.5rem;
    border-radius: 5px;
    margin: 0;
}
.jobspage-Body {
    height: calc(100vh - 175px);
    overflow: auto;
    padding-bottom: 36px;
}
.job-formbuilder .basic-fields .row .col-6 {
    padding: 0;
}
.job-formbuilder .basic-fields .row .col-6:nth-child(2n + 1) {
    padding: 0 10px 0 0;
}
.existingformview {
    height: calc(100vh - 258px);
    overflow: auto;
}
.formview-template {
    background-color: #ffffff;
    border: 0;
    border-radius: 5px;
}

.candidate-Interview .modal-body {
    background: #f0f4f7 !important;
    padding: 25px 20px 20px;
    border-top: 1px solid #c9d7df;
    border-bottom: 1px solid #c9d7df;
    border-radius: 0 !important;
}
.candidate-Interview .modal-footer {
    background: #e5ebef;
    padding: 20px;
}
.candidate-Interview .modal-content {
    padding: 0;
}
.candidate-Interview .modal-body .eventfiled {
    margin: 0 0 20px 0;
}
.candidate-Interview .modal-body .eventfiled:last-child {
    margin: 0;
}
.candidate-Interview .modal-body .eventfiled label {
    font-weight: bold;
    font-size: 14px;
}
.candidate-Interview .modal-body .eventfiled label i {
    font-size: 16px;
    margin: 0 10px 0 0;
}
.candidate-Interview .modal-body .eventfiled input {
    border: 0;
    background: transparent;
    font-weight: bold;
    font-size: 14px;
    padding: 0.46875rem 1.735rem;
}

.modal.right.bu-candidateprofile-modal .modal-dialog {
    transform: translate3d(100%, 0, 0);
}
.modal.right.bu-candidateprofile-modal.fade .modal-dialog {
    transition: all 0.3s linear, right 0.3s ease-out;
}
.modal.bu-candidateprofile-modal.effect-slide-in-right.show .modal-dialog {
    transform: translate3d(0%, 0, 0);
}
.bu-candidateprofile-modal .modal-content {
    padding: 20px 35px 20px 20px;
}
.bu-candidateprofile-modal .modal-content .row {
    border: none !important;
}
.bu-candidateprofile-modal .modal-content .mg-t-25 {
    margin-top: 25px !important;
}
.bu-candidateprofile-modal .modal-content .close {
    position: absolute;
    right: 9px;
    font-size: 35px;
}
.createNew-JobModal .ql-editor {
    background-color: #fff;
}
.scheduler_move_down {
    margin-top: 35px;
}

/* schedule page animation loader start*/
.sk-fading-circle {
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff8c;
    z-index: 9999;
}

.sk-fading-circle .sk-circle {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    right: 0;
    bottom: 0;
}

.sk-fading-circle .sk-circle:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #00bfd8;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

span.custom-tooltip {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    cursor: not-allowed;
}
.relative {
    position: relative !important;
}
.tab-desc img {
    width: 100% !important;
  }
@-webkit-keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}
/* schedule page animation loader ends*/
@media (max-width: 992px) {
    .candidateRegPage {
        margin-top: 55px;
    }
}
@media (max-width: 768px) {
    .candidateRegPage {
        background-image: none;
    }
    .Calendarpage .rightpanel{
        height: calc(100vh - 55px);
    }
    .splitter {
        height: calc(100vh - 161px);
    }
}

@media screen and (min-width: 1400px) {
    .splitter {
        height: calc(100vh - 123px);
    }
  }
  @media screen and (min-width: 1600px) {
    .splitter {
        height: calc(100vh - 126px);
    }

  }
  @media screen and (min-width: 1700px) {
    .splitter {
        height: calc(100vh - 125px);
    }
  }
  @media screen and (min-width: 2048px) {
    .splitter {
        height: calc(100vh - 118px);
    }
  }
  @media only screen and (min-width: 992px) and (max-width:1100px)  {

    }
    @media only screen and (max-width:991px)  {

    }
